home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / browser / aboutPrivateBrowsing.css < prev    next >
Cascading Style Sheet File  |  2010-01-02  |  927b  |  43 lines

  1.  
  2. body.private > #errorPageContainer {
  3.   background-image: url("chrome://browser/skin/Privacy-48.png");
  4. }
  5.  
  6. body.normal > #errorPageContainer {
  7.   background-image: url("chrome://global/skin/icons/question-48.png");
  8. }
  9.  
  10. #clearRecentHistoryDesc {
  11.   margin-top: 2em;
  12. }
  13.  
  14. #clearRecentHistoryDesc > p {
  15.   font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
  16. }
  17.  
  18. #startPrivateBrowsingDesc > button {
  19.   -moz-margin-start: 0;
  20. }
  21.  
  22. #footerDesc > p {
  23.   font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
  24. }
  25.  
  26. #moreInfo {
  27.   font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
  28.   -moz-padding-start: 25px;
  29.   background: url("chrome://browser/skin/icons/24/dialog-information.png") no-repeat top left;
  30. }
  31.  
  32. body[dir="rtl"] #moreInfo {
  33.   background-position: top right;
  34. }
  35.  
  36. #moreInfoText {
  37.   margin-bottom: 0;
  38. }
  39.  
  40. #moreInfoLinkContainer {
  41.   margin-top: 0.5em;
  42. }
  43.